Skip to content

Restore modernization article publication dates - #10979

Merged
Andrew Connell (andrewconnell) merged 2 commits into
SharePoint:mainfrom
TaoziZ03:titao/restore-modernization-article-dates
Aug 5, 2026
Merged

Restore modernization article publication dates#10979
Andrew Connell (andrewconnell) merged 2 commits into
SharePoint:mainfrom
TaoziZ03:titao/restore-modernization-article-dates

Conversation

@TaoziZ03

@TaoziZ03 TaoziZ03 commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Summary

Context

This follows the review guidance on PR #10959 that ms.date represents the article publication date rather than the date of a later update.

Scope

This PR changes only seven ms.date values. It doesn't change article content, navigation, links, filenames, or Learn URLs.

Restored values

Articles Restored ms.date
Five Classic Page Assessment articles published in PR #10961 07/27/2026
PnP PowerShell page-transformation article 02/09/2023
Page-transformation overview 08/13/2024

Validation

  • GitHub PR diff: seven files, with one ms.date replacement per file and no other changed lines.
  • OpenPublishing, PoliCheck, and CLA pass on commit 6ba68a0be.

Restore ms.date values changed by the Stage 2 documentation PR while retaining publication dates for newly introduced articles.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a7db0d98-be53-48c2-9488-9a226f457144
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

@TaoziZ03

TaoziZ03 commented Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Andrew Connell (@andrewconnell) This follow-up applies your ms.date guidance from PR #10959 to our previously merged Stage 1/2 documentation. It restores seven publication dates and contains no non-date changes; all checks pass.

- set ms.date from oldest commit touching each file
- assessment tool articles: 07/27/2026 -> 07/22/2026
- modernize-userinterface-site-pages-powershell:
  02/09/2023 -> 11/19/2018
- modernize-userinterface-site-pages:
  08/13/2024 -> 03/22/2018

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

@andrewconnell Andrew Connell (andrewconnell) left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original ms.dates in this PR are not correct... if updating them, they should use the correct dates the article was published. Make sure you have a FULL clone of the repo for the full history.

Updating with a sep commit... these are the correct values:

┌──────────────────────────────────────────────────┬───────────────────────────────────────────────────┬────────────┬────────────┐
│                       File                       │                   Oldest commit                   │    Old     │    New     │
│                                                  │                                                   │  ms.date   │  ms.date   │
├──────────────────────────────────────────────────┼───────────────────────────────────────────────────┼────────────┼────────────┤
│ assessment-tool-classic-pages-report.md          │ ea35d1aec 2026-07-22 — Add Microsoft 365          │ 07/27/2026 │ 07/22/2026 │
│                                                  │ Assessment modernization guidance                 │            │            │
├──────────────────────────────────────────────────┼───────────────────────────────────────────────────┼────────────┼────────────┤
│ assessment-tool-classic-pages-requirements.md    │ ea35d1aec 2026-07-22 — same                       │ 07/27/2026 │ 07/22/2026 │
├──────────────────────────────────────────────────┼───────────────────────────────────────────────────┼────────────┼────────────┤
│ assessment-tool-classic-pages-run.md             │ ea35d1aec 2026-07-22 — same                       │ 07/27/2026 │ 07/22/2026 │
├──────────────────────────────────────────────────┼───────────────────────────────────────────────────┼────────────┼────────────┤
│ assessment-tool-classic-pages.md                 │ ea35d1aec 2026-07-22 — same                       │ 07/27/2026 │ 07/22/2026 │
├──────────────────────────────────────────────────┼───────────────────────────────────────────────────┼────────────┼────────────┤
│ assessment-tool-publishing-coverage.md           │ ea35d1aec 2026-07-22 — same                       │ 07/27/2026 │ 07/22/2026 │
├──────────────────────────────────────────────────┼───────────────────────────────────────────────────┼────────────┼────────────┤
│ modernize-userinterface-site-pages-powershell.md │ 67246c718 2018-11-19 — page transformation        │ 02/09/2023 │ 11/19/2018 │
│                                                  │ article updates                                   │            │            │
├──────────────────────────────────────────────────┼───────────────────────────────────────────────────┼────────────┼────────────┤
│ modernize-userinterface-site-pages.md            │ 89b46febd 2018-03-22 — modernization guidance -   │ 08/13/2024 │ 03/22/2018 │
│                                                  │ first drop                                        │            │            │
└──────────────────────────────────────────────────┴───────────────────────────────────────────────────┴────────────┴────────────┘

@andrewconnell
Andrew Connell (andrewconnell) merged commit 8f8737c into SharePoint:main Aug 5, 2026
1 of 3 checks passed
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

@TaoziZ03
TaoziZ03 deleted the titao/restore-modernization-article-dates branch August 6, 2026 05:39
Vesa Juvonen (VesaJuvonen) added a commit that referenced this pull request Aug 10, 2026
* Docs: align packaging and setup articles with Heft (SPFx 1.22) (#10962)

* Update SPFx docs for Heft toolchain terminology.

Align packaging and setup articles with SPFx v1.22 Heft commands so readers are not directed to legacy gulp tasks.

* Revert ms.date changes on updated SPFx docs

Keep the original publish dates; only the Heft wording updates stay.

* Clarify supported Entra service principal types for SharePoint Embedded (#10965)

* Clarified service principle types support for SPE

* Update ms.date for authentication and authorization doc

* doc(): address msdocs auto review findings

---------

Co-authored-by: Andrew Connell <me@andrewconnell.com>

* Update SPE docs for retrieval API 1.0 with PAYG (#10967)

* Update SPE docs for retrieval API 1.0 with PAYG

* Address PR feedback on retrieval API docs

- Restore original ms.date on all articles; never bump on existing docs
- Present Foundry knowledge source and Retrieval API as two separate
  options, and note the Retrieval API works inside a Foundry agent
- Combine the request verb, header, and body into one http block
- Remove resourceMetadata from samples; it takes fields like title or
  author, not containerTypeId
- Use a generic webUrl placeholder and treat the URL as opaque because
  urlTemplate changes its shape
- Fix the broken Retrieval API reference link

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Clarify SPE data source for retrieval is in preview

---------

Co-authored-by: pemtaira <pemtaira+odspmdb@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Add 'Copilot' to commandBarCustomization keys (#10969)

* Fix reference code for SPE (#10974)

Co-authored-by: dilucesr <dilucesr+odspmdb@microsoft.com>

* Restore modernization article publication dates (#10979)

* Restore modernization article publication dates

Restore ms.date values changed by the Stage 2 documentation PR while retaining publication dates for newly introduced articles.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a7db0d98-be53-48c2-9488-9a226f457144

* docs(transform): 📝 reset ms.date to publish dates

- set ms.date from oldest commit touching each file
- assessment tool articles: 07/27/2026 -> 07/22/2026
- modernize-userinterface-site-pages-powershell:
  02/09/2023 -> 11/19/2018
- modernize-userinterface-site-pages:
  08/13/2024 -> 03/22/2018

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: titao <titao+odspmdb@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Andrew Connell <me@andrewconnell.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copilot-Session: a7db0d98-be53-48c2-9488-9a226f457144

* Add notes about SharePoint Workflows deprecation schedules (#10978)

* Add notes about SharePoint Workflows deprecation schedules

Both on-prem and online

* docs: update wording and tense for SharePoint workflows retirement

Updated article to reflect the retirement of SharePoint 2010 and 2013 workflows, and clarified the authoring environments for SharePoint workflows.

* docs: update wording and tense for SharePoint workflows retirement

Updated article to reflect the retirement of SharePoint 2010 and 2013 workflows, and clarified the authoring environments for SharePoint workflows.

---------

Co-authored-by: Andrew Connell <me@andrewconnell.com>

* Archive legacy Modernization Scanner guidance (#10959)

* Archive legacy modernization scanner guidance

Make Microsoft 365 Assessment the active modernization assessment entry, retain the legacy Scanner documentation under Archive, and update scenario references according to current capability coverage.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: a7db0d98-be53-48c2-9488-9a226f457144

* Preserve legacy modernization repository links

Keep the existing SharePoint/sp-dev-modernization URLs because GitHub redirects them to the canonical pnp/modernization repository.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: a7db0d98-be53-48c2-9488-9a226f457144

* Remove date-only documentation changes

Restore the original dates on files whose link changes were reverted, keeping the PR focused on meaningful content updates.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: a7db0d98-be53-48c2-9488-9a226f457144

* Make Microsoft Learn the primary assessment entry

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: a7db0d98-be53-48c2-9488-9a226f457144

* Route assessment links through Microsoft Learn

Keep direct PnP Assessment references within the Learn Assessment articles and preserve current workflow retirement guidance.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a7db0d98-be53-48c2-9488-9a226f457144

* Place classic page workflow before Archive

Keep the active assessment and transformation workflow ahead of the archived documentation in the root navigation.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a7db0d98-be53-48c2-9488-9a226f457144

* Rename classic page modernization navigation

Update only the root TOC label while preserving the landing page title, file name, and Learn URL.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a7db0d98-be53-48c2-9488-9a226f457144

* Restore original article dates

Revert every ms.date edit requested in review while preserving the documentation and navigation changes.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a7db0d98-be53-48c2-9488-9a226f457144

* Use relative Microsoft Learn links

Replace the two absolute Microsoft Learn targets identified by OpenPublishing with root-relative cross-docset paths.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a7db0d98-be53-48c2-9488-9a226f457144

---------

Co-authored-by: titao <titao+odspmdb@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a7db0d98-be53-48c2-9488-9a226f457144

* Removed 100K container limit and added limit for custom columns per container (#10981)

Added a new limit for custom columns per container to be 40.  Also removed the 100K container limit.  There is no hard upper limit and it confuses customers.

* RateLimit guidance for SharePoint Online (#10983)

Updating RateLimit guidance for SharePoint Online, documenting that SharePoint does not to support this particular feature. There was a preview, but it's no longer there.

---------

Co-authored-by: Zain Shahbaz <49994111+zainshahbaz786@users.noreply.github.com>
Co-authored-by: James Eccles <jameseccles@users.noreply.github.com>
Co-authored-by: Andrew Connell <me@andrewconnell.com>
Co-authored-by: pemtaira-msft <151564560+pemtaira-msft@users.noreply.github.com>
Co-authored-by: pemtaira <pemtaira+odspmdb@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Watana <watana.pearb@outlook.com>
Co-authored-by: Diego Luces <dluces@users.noreply.github.com>
Co-authored-by: dilucesr <dilucesr+odspmdb@microsoft.com>
Co-authored-by: TaoziZ03 <106975749+TaoziZ03@users.noreply.github.com>
Co-authored-by: titao <titao+odspmdb@microsoft.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: danthemango <danthemango@users.noreply.github.com>
Co-authored-by: Steve Pucelik <steve@pucelik.net>
Co-authored-by: Jose Barreto <18638509+Jose-Barreto@users.noreply.github.com>
Copilot-Session: a7db0d98-be53-48c2-9488-9a226f457144
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:ready-to-merge Ready to merge PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants